Skip to content

[IOTDB-5671] Fix inode cannot be released after deletion causing waste of disk space#9345

Merged
JackieTien97 merged 2 commits intomasterfrom
IOTDB-5671
Mar 16, 2023
Merged

[IOTDB-5671] Fix inode cannot be released after deletion causing waste of disk space#9345
JackieTien97 merged 2 commits intomasterfrom
IOTDB-5671

Conversation

@THUMarkLau
Copy link
Contributor

See IOTDB-5671.

The reason is AlignedSeriesCompactionExecutor load chunk from chunk cache, but doesn't manage the reference count of file reader in FileReaderManager, thus the reader manager will not close the reader and release the fd after compaction is finished.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@JackieTien97 JackieTien97 merged commit 8c4f800 into master Mar 16, 2023
@JackieTien97 JackieTien97 deleted the IOTDB-5671 branch March 16, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants